home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
176-200
/
scopedisk182
/
fontconvert
/
fc.readme
< prev
next >
Wrap
Text File
|
1995-03-19
|
8KB
|
160 lines
FC
version 1.2
What Can This Program do for Me?
This program will convert Macintosh Postscript type 1 and 3 fonts
to the IBM Postscript type 1 and 3 format and the Macintosh Bitmap
Screen fonts to the Adobe Binary Format (abf).
Version 2.0 of PageStream can use IBM Postscript type 1 fonts but not
the type 3 fonts.
Version 2.1 of PageStream can use the .abf's for faster screen
output yet still use the PostScript fonts for high quality
printed output.
How Do I Use This Program?
Needed before use:
This program needs arp.library 1.3 or greater. A copy of this is
included. Install the arp.library in your LIBS: directory.
You will need to copy the Macintosh Postscript fonts to the Amiga
using Mac-2-Dos or any other means that will allow you to copy a
Macintosh file. The file needs to be copied keeping intact all the
Macintosh file information (headers and resources) in the same file.
This can be done in Mac-2-Dos by specifying the MacBinary Conversion
method. If the file is transfered in a the SIT format (compressed),
uncompress the file using the utility UnSit on the Amiga. The UnSit
program breaks the Mac file into two files (the resource and data fork).
labeled .R and .D. The font converter cannot use the files if they
are split like this, so we have provided another utility to rejoin
the split halves (it also creates a dummy file header). The name of
this program is MakeMac.
To use these fonts with PageStream v2.0 you will also need to copy the
corresponding AFM files. Copy these using the ASCII conversion method.
These files are simple text files.
The best way to use is to have a directory for the Mac fonts and one
for the converted fonts. For the first font select the FROM file
and the TO directory (assuming the name is kept the same), Convert
the file, Select a second FROM file and when you click on the TO
gadget the path and name are already set up for you, so simply
click on the OK gadget of the requester and convert!
To Execute:
This program can be run from either the Workbench or the CLI.
To run from the Workbench simply double click on the program's icon.
To run from the CLI all you need to do is to enter FC at the
CLI prompt and press enter (there are no arguments needed).
Interface Description:
Once started a window will open on the Workbench screen that contains
several gadgets. Working clockwise they are: TO, QUIT, ABOUT, CONVERT,
and FROM. In the middle of the window are four text boxes. Top to
bottom they are as follows: From, To, Status, and a progress gauge.
Each gadget has a corresponding menu item and a keyboard equivalent.
What do these gadgets do?
FROM: this gadget will put up the ARP file requester so you can
select the Macintosh file you wish to convert.
The directory you select will be retained so the next time
the requester is put up it will where it was when you left.
TO: this gadget will put up the ARP file requester so you can
select the destination file (the converted file). The filename
is preset to the filename from the FROM requester. The directory
you select will be retained so the next time the requester is put
up it will be in the same directory.
CONVERT: this gadget will be disabled until you select a FROM and TO
file unless you have the FROM=TO option set in that case it
will be enabled after you select a FROM file. When the gadget
becomes enabled it will perform the actual conversion. If the
TO file exist a requester will pop up and ask if you want to
replace it or not.
ABOUT: this gadget will put up an About Box containing exciting
copyright information.
QUIT: this gadget will quit the program. Likewise the close gadget
on the window will also quit the program.
Converting a Macintosh Screen Font:
If a screen font is selected to convert, when you press the convert
button the program will scan the file for all the styles contained
within. Then a requester will pop up with all the styles presented to
you. Initially all the styles are selected. Simply click on the ones
you do not want to convert and it will de-select them (or click again
to re-select them). As of right now there is no feedback to inform you
of it's progress as it is converting the screen fonts. When it is done
the requester will go away and you are brought back to the original
interface.
The Options Menu:
There is a new menu in this release, the Options Menu. There are three
items on this menu, but only one is available to you. The two that are
not only work for a particular set of fonts and will currupt "normal"
ones. For this reason I have disabled these items. Now about the one
that is available to you. This option is the FROM=TO option. If this
item is checked, the FROM file name is copied into the TO file name
freeing you from having to press the TO button, although the very
first time you will need to set the TO directory. but from then on all
you need to do is press the FROM button and select the FROM file, then
press the CONVERT button. This can speed up the process if you have a
lot of fonts to convert.
Known Bugs:
There are a few problems you should know about before you start using
the program. First of all the program crashes if it hits a DISK FULL
condition when converting a bitmap font to an ABF. Secondly the
program creates a zero length file with the same name as the Mac
Screen Font file in the destination directory when converting a bitmap
file to an ABF. This file is of no use and should be removed (unless
you really like it).
Those are the only problems we've encountered while using the program.
As time permits they will be fixed.
For Your Information:
This program is compatable with Workbench 1.3 and 2.0.
The interface was designed using the following color scheme:
grey, black, white, and blue.
If you are using Mac-2-Dos, You can tell a type 1 font from a type 3
by looking at the file size on the Mac disk. If it is 0k then the file
is a type 1. If it is greater than 1k then the file is usually a type
3 file.
For those of you familiar with the Mac file format I will explain how
the program works. The program searches through the Mac file for the
POST resources. When found the data they contain is copied to the
output file. Type 1 files have all the data contained in the
resource fork. Type 3 files have the data in the data fork. This
explains the file size difference.
Gary Knight
Soft-Logik Publishing Corp.